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