C# Класс CSharp.Bitbucket.Api.BitbucketApiException

Наследование: Spring.Social.SocialException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
BitbucketApiException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the BitbucketApiException class.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

BitbucketApiException() защищенный Метод

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. ///
Результат System

BitbucketApiException() публичный Метод

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.
Результат System

BitbucketApiException() публичный Метод

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.
Результат System