C# Class CSharp.Bitbucket.Api.BitbucketApiException

Inheritance: Spring.Social.SocialException
Show file Open project: scottksmith95/CSharp.Bitbucket

Public Methods

Method Description
BitbucketApiException ( string message, BitbucketApiError error ) : System

Creates a new instance of the BitbucketApiException class.

BitbucketApiException ( string message, Exception innerException ) : System

Creates a new instance of the BitbucketApiException class.

Protected Methods

Method Description
BitbucketApiException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the BitbucketApiException class.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

BitbucketApiException() protected method

Creates a new instance of the BitbucketApiException class.
protected BitbucketApiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
return System

BitbucketApiException() public method

Creates a new instance of the BitbucketApiException class.
public BitbucketApiException ( string message, BitbucketApiError error ) : System
message string A message about the exception.
error BitbucketApiError The Bitbucket error.
return System

BitbucketApiException() public method

Creates a new instance of the BitbucketApiException class.
public BitbucketApiException ( string message, Exception innerException ) : System
message string A message about the exception.
innerException System.Exception The inner exception that is the cause of the current exception.
return System