Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Util.CsvException Class Reference

Custom exception class for handling csv errors. More...

Inheritance diagram for Google.Api.Ads.Common.Util.CsvException:
Google.Api.Ads.Common.Lib.AdsException

Public Member Functions

 CsvException ()
 Public constructor. More...
 
 CsvException (string message)
 Public constructor. More...
 
 CsvException (string message, Exception innerException)
 Public constructor. More...
 

Protected Member Functions

 CsvException (SerializationInfo info, StreamingContext context)
 Protected constructor. Used by serialization frameworks while deserializing an exception object. More...
 
- Protected Member Functions inherited from Google.Api.Ads.Common.Lib.AdsException
 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...
 
GetValue< T > (SerializationInfo info, string fieldName)
 Gets a specified field from serialization stream. More...
 

Detailed Description

Custom exception class for handling csv errors.

Constructor & Destructor Documentation

Google.Api.Ads.Common.Util.CsvException.CsvException ( )
inline

Public constructor.

Google.Api.Ads.Common.Util.CsvException.CsvException ( string  message)
inline

Public constructor.

Parameters
messageError message for this API exception.
Google.Api.Ads.Common.Util.CsvException.CsvException ( string  message,
Exception  innerException 
)
inline

Public constructor.

Parameters
messageError message for this API exception.
innerExceptionInner exception, if any.
Google.Api.Ads.Common.Util.CsvException.CsvException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Protected constructor. Used by serialization frameworks while deserializing an exception object.

Parameters
infoInfo about the serialization context.
contextA streaming context that represents the serialization stream.

The documentation for this class was generated from the following file: