PublishMessageException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PublishMessageException(Exception) | |
PublishMessageException(SerializationInfo, StreamingContext) |
PublishMessageException(Exception)
protected:
PublishMessageException(Exception ^ inner);
protected PublishMessageException (Exception inner);
new Microsoft.XLANGs.BaseTypes.PublishMessageException : Exception -> Microsoft.XLANGs.BaseTypes.PublishMessageException
Protected Sub New (inner As Exception)
Parameters
- inner
- Exception
Applies to
PublishMessageException(SerializationInfo, StreamingContext)
protected:
PublishMessageException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected PublishMessageException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.PublishMessageException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.PublishMessageException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)