MLAPI.Exceptions.NotServerException
Exception thrown when the operation can only be done on the server
#
Inherited MembersException.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
Constructors#
NotServerException()Constructs a NotServerException
#
Declaration#
NotServerException(String)Constructs a NotServerException with a message
#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.String | message | The exception message |
#
NotServerException(String, Exception)Constructs a NotServerException with a message and a inner exception
#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.String | message | The exception message |
System.Exception | inner | The inner exception |
#
ImplementsSystem.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable