DBLogFileNotFoundException
Namespace:
AWSSDK.RDS
We found 10 examples in language CSharp for this search.
You will see 23 fragments of code.
Other methods
Other methods
Project:AmazonAWS
File:DBLogFileNotFoundException.cs
Examples:1
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the rds-2014-10-31.normal.json service model.
*/
using System;
using System.Net;
using Amazon.Runtime;
namespace Amazon.RDS.Model
{
///<summary>
/// RDS exception
/// </summary>
#if !PCL
[Serializable]
#endif
public class DBLogFileNotFoundException : AmazonRDSException
{
/// <summary>
/// Constructs a new DBLogFileNotFoundException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public DBLogFileNotFoundException(string message)
: base(message) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public DBLogFileNotFoundException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="innerException"></param>
public DBLogFileNotFoundException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public DBLogFileNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public DBLogFileNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode) {}
#if !PCL
/// <summary>
/// Constructs a new instance of the DBLogFileNotFoundException class with serialized data.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception>
/// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception>
protected DBLogFileNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
}
#endif
}
}
Project:aws-sdk-net-xamarin
File:DBLogFileNotFoundExceptionUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public DBLogFileNotFoundException Unmarshall(XmlUnmarshallerContext context)
{
return this.Unmarshall(context, new ErrorResponse());
}
Project:myawskendra
File:DBLogFileNotFoundException.cs
Examples:1
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the rds-2014-10-31.normal.json service model.
*/
using System;
using System.Net;
using Amazon.Runtime;
namespace Amazon.RDS.Model
{
///<summary>
/// RDS exception
/// </summary>
#if !PCL && !NETSTANDARD
[Serializable]
#endif
public class DBLogFileNotFoundException : AmazonRDSException
{
/// <summary>
/// Constructs a new DBLogFileNotFoundException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public DBLogFileNotFoundException(string message)
: base(message) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public DBLogFileNotFoundException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="innerException"></param>
public DBLogFileNotFoundException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public DBLogFileNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of DBLogFileNotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public DBLogFileNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode) {}
#if !PCL && !NETSTANDARD
/// <summary>
/// Constructs a new instance of the DBLogFileNotFoundException class with serialized data.
/// </summary>
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception>
/// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception>
protected DBLogFileNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
}
#endif
}
}
Project:awssdks
File:DBLogFileNotFoundExceptionUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public DBLogFileNotFoundException Unmarshall(XmlUnmarshallerContext context)
{
return this.Unmarshall(context, new ErrorResponse());
}
Project:aws-sdk-net
File:DBLogFileNotFoundExceptionUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public DBLogFileNotFoundException Unmarshall(XmlUnmarshallerContext context)
{
return this.Unmarshall(context, new ErrorResponse());
}
Project:aws-sdk-net
File:DBLogFileNotFoundExceptionUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public DBLogFileNotFoundException Unmarshall(XmlUnmarshallerContext context)
{
return this.Unmarshall(context, new ErrorResponse());
}
Project:aws-sdk-net
File:DBLogFileNotFoundExceptionUnmarshaller.cs
Examples:1
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public DBLogFileNotFoundException Unmarshall(XmlUnmarshallerContext context)
{
return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse());
}
Project:myawskendra
File:DownloadDBLogFilePortionResponseUnmarshaller.cs
Examples:4
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
{
DownloadDBLogFilePortionResponse response = new DownloadDBLogFilePortionResponse();
context.Read();
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.IsStartElement)
{
if(context.TestExpression("DownloadDBLogFilePortionResult", 2))
{
UnmarshallResult(context, response);
continue;
}
if (context.TestExpression("ResponseMetadata", 2))
{
response.ResponseMetadata = ResponseMetadataUnmarshaller.Instance.Unmarshall(context);
}
}
}
return response;
}
private static void UnmarshallResult(XmlUnmarshallerContext context, DownloadDBLogFilePortionResponse response)
{
int originalDepth = context.CurrentDepth;
int targetDepth = originalDepth + 1;
if (context.IsStartOfDocument)
targetDepth += 2;
while (context.ReadAtDepth(originalDepth))
{
if (context.IsStartElement || context.IsAttribute)
{
if (context.TestExpression("AdditionalDataPending", targetDepth))
{
var unmarshaller = BoolUnmarshaller.Instance;
response.AdditionalDataPending = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("LogFileData", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.LogFileData = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Marker", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.Marker = unmarshaller.Unmarshall(context);
continue;
}
}
}
return;
}
/// <summary>
/// Unmarshaller error response to exception.
/// </summary>
/// <param name="context"></param>
/// <param name="innerException"></param>
/// <param name="statusCode"></param>
/// <returns></returns>
public override AmazonServiceException UnmarshallException(XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)
{
ErrorResponse errorResponse = ErrorResponseUnmarshaller.GetInstance().Unmarshall(context);
if (errorResponse.Code != null && errorResponse.Code.Equals("DBInstanceNotFound"))
{
return new DBInstanceNotFoundException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("DBLogFileNotFoundFault"))
{
return new DBLogFileNotFoundException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
}
return new AmazonRDSException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
}
internal static DownloadDBLogFilePortionResponseUnmarshaller GetInstance()
{
return _instance;
}
Project:AmazonAWS
File:IAmazonRDS.cs
Examples:6
#region AddSourceIdentifierToSubscription
/// <summary>
/// Adds a source identifier to an existing RDS event notification subscription.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription service method.</param>
///
/// <returns>The response from the AddSourceIdentifierToSubscription service method, as returned by RDS.</returns>
/// <exception cref="Amazon.RDS.Model.SourceNotFoundException">
/// The requested source could not be found.
/// </exception>
/// <exception cref="Amazon.RDS.Model.SubscriptionNotFoundException">
/// The subscription name does not exist.
/// </exception>
AddSourceIdentifierToSubscriptionResponse AddSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest request);
/// <summary>
/// Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
Task<AddSourceIdentifierToSubscriptionResponse> AddSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region AddTagsToResource
/// <summary>
/// Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost
/// allocation reporting to track cost associated with Amazon RDS resources, or used in
/// a Condition statement in an IAM policy for Amazon RDS.
///
///
/// <para>
/// For an overview on tagging Amazon RDS resources, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging
/// Amazon RDS Resources</a>.
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the AddTagsToResource service method.</param>
///
/// <returns>The response from the AddTagsToResource service method, as returned by RDS.</returns>
/// <exception cref="Amazon.RDS.Model.DBInstanceNotFoundException">
/// <i>DBInstanceIdentifier</i> does not refer to an existing DB instance.
/// </exception>
/// <exception cref="Amazon.RDS.Model.DBSnapshotNotFoundException">
/// <i>DBSnapshotIdentifier</i> does not refer to an existing DB snapshot.
/// </exception>
AddTagsToResourceResponse AddTagsToResource(AddTagsToResourceRequest request);
/// <summary>
/// Initiates the asynchronous execution of the AddTagsToResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
Task<AddTagsToResourceResponse> AddTagsToResourceAsync(AddTagsToResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ApplyPendingMaintenanceAction
/// <summary>
/// Applies a pending maintenance action to a resource (for example, to a DB instance).
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ApplyPendingMaintenanceAction service method.</param>
///
/// <returns>The response from the ApplyPendingMaintenanceAction service method, as returned by RDS.</returns>
/// <exception cref="Amazon.RDS.Model.ResourceNotFoundException">
/// The specified resource ID was not found.
/// </exception>
ApplyPendingMaintenanceActionResponse ApplyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request);
/// <summary>
/// Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ApplyPendingMaintenanceAction operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
Task<ApplyPendingMaintenanceActionResponse> ApplyPendingMaintenanceActionAsync(ApplyPendingMaintenanceActionRequest request, CancellationToken cancellationToken = default(CancellationToken));
Project:AmazonAWS
File:AmazonRDSClient.cs
Examples:6
#endregion
#region Overrides
/// <summary>
/// Creates the signer for the service.
/// </summary>
protected override AbstractAWSSigner CreateSigner()
{
return new AWS4Signer();
}
#endregion
#region Dispose
/// <summary>
/// Disposes the service client.
/// </summary>
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}
#endregion
#region AddSourceIdentifierToSubscription
/// <summary>
/// Adds a source identifier to an existing RDS event notification subscription.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription service method.</param>
///
/// <returns>The response from the AddSourceIdentifierToSubscription service method, as returned by RDS.</returns>
/// <exception cref="Amazon.RDS.Model.SourceNotFoundException">
/// The requested source could not be found.
/// </exception>
/// <exception cref="Amazon.RDS.Model.SubscriptionNotFoundException">
/// The subscription name does not exist.
/// </exception>
public AddSourceIdentifierToSubscriptionResponse AddSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest request)
{
var marshaller = new AddSourceIdentifierToSubscriptionRequestMarshaller();
var unmarshaller = AddSourceIdentifierToSubscriptionResponseUnmarshaller.Instance;
return Invoke<AddSourceIdentifierToSubscriptionRequest,AddSourceIdentifierToSubscriptionResponse>(request, marshaller, unmarshaller);
}
/// <summary>
/// Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public Task<AddSourceIdentifierToSubscriptionResponse> AddSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new AddSourceIdentifierToSubscriptionRequestMarshaller();
var unmarshaller = AddSourceIdentifierToSubscriptionResponseUnmarshaller.Instance;
return InvokeAsync<AddSourceIdentifierToSubscriptionRequest,AddSourceIdentifierToSubscriptionResponse>(request, marshaller,
unmarshaller, cancellationToken);
}
#endregion
#region AddTagsToResource
/// <summary>
/// Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost
/// allocation reporting to track cost associated with Amazon RDS resources, or used in
/// a Condition statement in an IAM policy for Amazon RDS.
///
///
/// <para>
/// For an overview on tagging Amazon RDS resources, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging
/// Amazon RDS Resources</a>.
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the AddTagsToResource service method.</param>
///
/// <returns>The response from the AddTagsToResource service method, as returned by RDS.</returns>
/// <exception cref="Amazon.RDS.Model.DBInstanceNotFoundException">
/// <i>DBInstanceIdentifier</i> does not refer to an existing DB instance.
/// </exception>
/// <exception cref="Amazon.RDS.Model.DBSnapshotNotFoundException">
/// <i>DBSnapshotIdentifier</i> does not refer to an existing DB snapshot.
/// </exception>
public AddTagsToResourceResponse AddTagsToResource(AddTagsToResourceRequest request)
{
var marshaller = new AddTagsToResourceRequestMarshaller();
var unmarshaller = AddTagsToResourceResponseUnmarshaller.Instance;
return Invoke<AddTagsToResourceRequest,AddTagsToResourceResponse>(request, marshaller, unmarshaller);
}
/// <summary>
/// Initiates the asynchronous execution of the AddTagsToResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public Task<AddTagsToResourceResponse> AddTagsToResourceAsync(AddTagsToResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new AddTagsToResourceRequestMarshaller();
var unmarshaller = AddTagsToResourceResponseUnmarshaller.Instance;
return InvokeAsync<AddTagsToResourceRequest,AddTagsToResourceResponse>(request, marshaller,
unmarshaller, cancellationToken);
}
Amazon.RDS.Model.DBLogFileNotFoundException : ISerializable
Constructors :
public DBLogFileNotFoundException(String message = )public DBLogFileNotFoundException(String message = , Exception innerException = )
public DBLogFileNotFoundException(Exception innerException = )
public DBLogFileNotFoundException(String message = , Exception innerException = , ErrorType errorType = , String errorCode = , String requestId = , HttpStatusCode statusCode = )
public DBLogFileNotFoundException(String message = , ErrorType errorType = , String errorCode = , String requestId = , HttpStatusCode statusCode = )
Methods :
public ErrorType get_ErrorType()public Void set_ErrorType(ErrorType value = )
public String get_ErrorCode()
public Void set_ErrorCode(String value = )
public String get_RequestId()
public Void set_RequestId(String value = )
public HttpStatusCode get_StatusCode()
public Void set_StatusCode(HttpStatusCode value = )
public MethodBase get_TargetSite()
public String get_Message()
public IDictionary get_Data()
public Exception GetBaseException()
public Exception get_InnerException()
public String get_HelpLink()
public Void set_HelpLink(String value = )
public String get_Source()
public Void set_Source(String value = )
public Void GetObjectData(SerializationInfo info = , StreamingContext context = )
public String ToString()
public Int32 get_HResult()
public Void set_HResult(Int32 value = )
public Type GetType()
public String get_StackTrace()
public Type GetType()
public Boolean Equals(Object obj = )
public Int32 GetHashCode()