Class InternalCommandException
Inheritance
System.Object
System.Exception
InternalCommandException
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InternalCommandException : Exception, ISerializable, _Exception
InternalCommandException()
Declaration
public InternalCommandException()
InternalCommandException(String)
Declaration
public InternalCommandException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
InternalCommandException(String, Exception)
Declaration
public InternalCommandException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |