Class APIAccessException
Inheritance
System.Object
System.Exception
APIAccessException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
Namespace: SMT.MastaAPI
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[Serializable]
public class APIAccessException : Exception, ISerializable, _Exception
Constructors
APIAccessException(SerializationInfo, StreamingContext)
Declaration
protected APIAccessException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
APIAccessException(String, PropertyRetrievalResult)
Declaration
public APIAccessException(string propertyName, PropertyRetrievalResult retrievalResult)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
SMT.Utility.Property.PropertyRetrievalResult | retrievalResult |
APIAccessException(String, Exception)
Declaration
public APIAccessException(string message, Exception exceptionAcrossAPIBoundary)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | exceptionAcrossAPIBoundary |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception