FabricNotReadableException 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
| FabricNotReadableException() | |
| FabricNotReadableException(String) | |
| FabricNotReadableException(SerializationInfo, StreamingContext) | |
| FabricNotReadableException(String, Exception) |
FabricNotReadableException()
public FabricNotReadableException();
Public Sub New ()
Applies to
FabricNotReadableException(String)
public FabricNotReadableException(string message);
new System.Fabric.FabricNotReadableException : string -> System.Fabric.FabricNotReadableException
Public Sub New (message As String)
Parameters
- message
- System.String
Applies to
FabricNotReadableException(SerializationInfo, StreamingContext)
protected FabricNotReadableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricNotReadableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricNotReadableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- System.Runtime.Serialization.SerializationInfo
- context
- System.Runtime.Serialization.StreamingContext
Applies to
FabricNotReadableException(String, Exception)
public FabricNotReadableException(string message, Exception inner);
new System.Fabric.FabricNotReadableException : string * Exception -> System.Fabric.FabricNotReadableException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- System.String
- inner
- System.Exception