Ads API .NET library
|
Base class for all exceptions specific to DFP. More...
Public Member Functions | |
AdManagerException () | |
Public constructor. More... | |
AdManagerException (string message) | |
Public constructor. More... | |
AdManagerException (string message, Exception innerException) | |
Public constructor. More... | |
Protected Member Functions | |
AdManagerException (SerializationInfo info, StreamingContext context) | |
Protected constructor. Used by serialization frameworks while deserializing an exception object. More... | |
![]() | |
AdsException () | |
Protected constructor. More... | |
AdsException (string message) | |
Protected constructor. More... | |
AdsException (string message, Exception innerException) | |
Protected constructor. More... | |
AdsException (SerializationInfo info, StreamingContext context) | |
Protected constructor, used by serialization frameworks while deserializing an exception object. More... | |
T | GetValue< T > (SerializationInfo info, string fieldName) |
Gets a specified field from serialization stream. More... | |
Base class for all exceptions specific to DFP.
|
inline |
Public constructor.
|
inline |
Public constructor.
message | Error message for this API exception. |
|
inline |
Public constructor.
message | Error message for this API exception. |
innerException | Inner exception, if any. |
|
inlineprotected |
Protected constructor. Used by serialization frameworks while deserializing an exception object.
info | Info about the serialization context. |
context | A streaming context that represents the serialization stream. |