Class NoNetworkAvailableException
Inheritance
System.Object
NoNetworkAvailableException
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class NoNetworkAvailableException : Exception
Constructors
| Improve this Doc View SourceNoNetworkAvailableException()
Initializes a new instance of the NoNetworkAvailableException class.
Declaration
public NoNetworkAvailableException()
NoNetworkAvailableException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoNetworkAvailableException class.
Declaration
public NoNetworkAvailableException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
NoNetworkAvailableException(String, Exception)
Initializes a new instance of the NoNetworkAvailableException class.
Declaration
public NoNetworkAvailableException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
NoNetworkAvailableException(String)
Initializes a new instance of the NoNetworkAvailableException class.
Declaration
public NoNetworkAvailableException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |